CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Simple TcpServer

搜索资源列表

  1. TCPServer

    0下载:
  2. 一个简单的TCP服务程序,适合初学者入门。次程序使用了异步socket-a simple TCP server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-21
    • 文件大小:45242
    • 提供者:nick
  1. tcpServer

    0下载:
  2. 使用java实现的基于tcp通信协议的一个聊天程序的服务端,实现简单的聊天功能。-The realization of the use of java-based communication protocol tcp chat program, a service client, the realization of a simple chat.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:5279
    • 提供者:pingyang
  1. TCPServer

    0下载:
  2. 使用VS2005开发的WinCE服务端,专门有一个封装类,使用起来很方便很简单,实用和参考价值很高。-WinCE using the VS2005 development server, specifically a wrapper class, easy to use, simple, practical and high reference value.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-06
    • 文件大小:50021
    • 提供者:毛生
  1. TCPserver-sidechat

    0下载:
  2. TCP 聊天服务器系统,实现用TCP进行简单的聊天,可以参考学习.-TCP chat server system, using a simple TCP chat can refer to the study.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:40504
    • 提供者:heyuangqin
  1. TCPServer

    0下载:
  2. 这个控制台应用程序是一个简单的接收客户端连接的TCP服务器 一旦一个客户端连接建立了,一个线程产生来读取客户端的数据并反馈回去-The console application is a simple TCP connection to receive the client server when a client connection is established, and a client thread is created to read back the data and feed
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-14
    • 文件大小:2563
    • 提供者:yaoyao
  1. tcpliaotian

    0下载:
  2. 利用TCPclient TCPserver控件,进行简单的数据收发,传送。可以利用它实现广域网的聊天。-Using TCPclient TCPserver control, a simple data transceiver, transmission. Can use it to achieve wide area network chat.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-27
    • 文件大小:432343
    • 提供者:奶茶
  1. TCPserver

    0下载:
  2. ACE C/S通信 采用ACE包实现的简单服务器、客户端程序。帮助初学者更好的掌握此类编程方法-。-ACE package using a simple server implementation, the client program. Assist beginners a better grasp of such programming.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2168455
    • 提供者:tingting
  1. TCPServer

    0下载:
  2. 一个简单的vc下tcp服务器端程序服务器端的程序当有客户提出连接请求时,在端口与客户端进行连接,连接成功后,显示客户IP地址和端口号,并给客户端发送“Hello!I am a server.”字符串。如果发送正确则显示所发送的字节数-Vc under a simple tcp server-side server-side program when connection requests made by the customer, in the port and connect the clie
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:1454
    • 提供者:zmz
  1. TcpServer

    0下载:
  2. java 简单tcp socket 编程 简单实用-java simple tcp socket programming is simple and practical
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1316
    • 提供者:wjd
  1. TCPSERVER

    0下载:
  2. TCP服务器代码,简单实现了TCP协议,适合初学网络编程者学习。-TCP server code, a simple realization of the TCP protocol, suitable for novice programmers to learn the network.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-13
    • 文件大小:2252854
    • 提供者:蒋文军
  1. TCPServer

    0下载:
  2. 用winsocket写的tcpServer简单服务器,可参考流程-Written by WinSocket tcpServer simple server, can refer to processes
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:866144
    • 提供者:hanry
  1. TCPSERVER-CLIENT

    0下载:
  2. LabWindow下实现的TCP程序。LabWindow中实现TCP的客户端和服务器的程序还是比较简单,在简单的网络测量中有一定的快速开发应用价值。-LabWindow implementation of the TCP process. LabWindow in the implementation of the TCP client and server is relatively easy procedure, simple measurement of the network must
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-24
    • 文件大小:3330738
    • 提供者:张庆
  1. TCPServer

    0下载:
  2. 群聊的TCP服务端编程,简单界面,输入端口号,即可开通服务器,对用户所发送的信息进行显示-The TCP group chat server programming, simple interface, enter the port number, you can launch the server, sent to the user information display
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1925392
    • 提供者:陈玲
  1. TCPServer

    0下载:
  2. TCP通信服务器,使用CSocket实现的,比较简单,初学者参考。-TCP Communication Server, use CSocket to achieve relatively simple reference for beginners.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:37941
    • 提供者:krwang
  1. TCPserver

    0下载:
  2. Visual C++ 6.0编译通过, win socket TCP 最简单服务器程序 , 学习网络编程的最好示例, 注释详尽!-Visual C++ 6.0 compiler, win socket TCP server program simple to learn the best example of network programming, detailed notes!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:8549
    • 提供者:欣华
  1. TCPserver

    0下载:
  2. it is a simple TCP Server Application
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:7525
    • 提供者:kamal
  1. Chat

    3下载:
  2. delphi的indy中tcpclient和tcpserver的即时通讯Demo,发现很不错。多学习局域网聊天很有帮助-The indy delphi tcpserver in tcpclient and instant messaging Demo, found very good. LAN chat and more helpful to learn
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-24
    • 文件大小:476864
    • 提供者:jie.li
  1. tcpserver

    0下载:
  2. 简易TCP服务器,VC++实现,帮你了解TCP的工作机理,熟悉代码编写,生成控制台程序。-Simple TCP Server, VC++ implementation, to help you understand the working mechanism of TCP, familiar with coding, generation console application.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:4018
    • 提供者:squallyang
  1. TCPserver

    0下载:
  2. tcp 客户端小软件 用MFC实现的简单的小程序 -tcp client software with the MFC implementation of small simple little program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:76807
    • 提供者:王正凯
  1. TcpServer-master

    0下载:
  2. 简单的TCPserver,创建TCP通信,测试网络通信,使用QT框架的一个小例子(A Simple TCPserver, creating TCP communications, testing network communications, and using a small example of the QT framework)
  3. 所属分类:网络编程

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:spaceocean
« 12 3 »
搜珍网 www.dssz.com